home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1241 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  239b  |  19 lines

  1. on(release){
  2.    if(pill >= 1)
  3.    {
  4.       pill -= 1;
  5.       if(cond == 2)
  6.       {
  7.          gotoAndStop(3379);
  8.       }
  9.       else
  10.       {
  11.          gotoAndStop(3380);
  12.       }
  13.    }
  14.    else
  15.    {
  16.       gotoAndStop(3383);
  17.    }
  18. }
  19.